home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global correctionMade
- if the doubleClick then
- exit
- end if
- cursor(4)
- readCycleInfo()
- if count(stamp) > 0 then
- hideDays()
- put " " into field "problem"
- go("monthly")
- set correctionMade to 0
- cursor(0)
- showMonthlyDays()
- else
- cursor(0)
- alert("No entries were posted to this cycle.")
- end if
- end
-